home *** CD-ROM | disk | FTP | other *** search
- # sample net.rc
-
-
- # this file must be in the root directory of the disk you start net.ttp
- # from. ( along with domain.txt and ftpusers )
- # If you are using mail, then you MUST create the directories
- # \spool\mail and \spool\mqueue
- # I don't know what \spool\rqueue is used for - router ?
-
- hostname robert.maxwell.rots.in.hell.demon.co.uk
- #attach asy AUX: 0 slfp sl0 4640 232 2400 atdt*70w7644800
- # ^^^ dialing may work - not
- # tested by me tho'
- # if port 0 slip dev buff mss baud
- # --- ---- - ---- --- ---- --- ----
- attach asy AUX: 0 slip sl0 4640 232 9600
-
- # your assigned IP address
- ip addr [158.152.99.99]
-
- # all roads lead to demon
- route add default sl0
-
- # how many hops before a packet is discarded
- ip ttl 32
-
- # tcp parameters cna be tuned. These are very low ?
- tcp mss 192
- tcp window 960
-
-
- # logging file
- log m:\tmp\net.log
-
- #start the servers
- # SMTP is a security hole. Fortunately no one has yet realised this !
- # Basically, there are ways people can send mail from your ST
- start smtp
- start ftp
- start echo
- start discard
- start telnet
-
- smtp trace 9
- doamin addserver [158.152.1.65]
-
- smtp kick
-